I need to get a Full incdent number list of a Month, When i check manually through pagerduty it is around 1000. But when i check with Rest API, it only retunr 100 response. Can i increase the limit ?
How to extract Incident list of a month which have approximately 1000
Hi Sinaj,
It sounds like you were able to update your call’s limit
parameter up to 100 from the default of 25, which is great. 100 is the maximum amount of results you can get from a single call. You can however offset
additional calls by sets of 100 to get results beyond this amount.
Please find more information in our Pagination documentation. Let us know if you have any other questions!